C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / IsSynchronized Property


In This Topic
IsSynchronized Property
In This Topic
Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).
Syntax
'Declaration
 
Public ReadOnly Property IsSynchronized As Boolean
 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Boolean
 
value = instance.IsSynchronized
See Also